home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Bloodshed Dev-C++ 2.0 / _SETUP.1 / wincon.h < prev    next >
C/C++ Source or Header  |  1997-06-16  |  330b  |  13 lines

  1. /* wincon.h
  2.    Definitions are in a different layout than MS headers
  3.    This file includes our windows.h which in turn should include the
  4.    normal contents of this header file (and the other Win32 headers).
  5. */
  6.  
  7. #ifndef _PLACEHOLDER_WINCON_H
  8. #define _PLACEHOLDER_WINCON_H
  9.  
  10. #include <windows.h>
  11.  
  12. #endif /* _PLACEHOLDER_WINCON_H */
  13.